projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a590a80
)
Clarify message about newer source file
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 03:19:37 +0000
(
05:19
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 03:19:37 +0000
(
05:19
+0200)
* src/lread.c (Fload): Mention which file was actually used
instead of just saying that the .el is newer than the .elc (bug#10637).
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 1098190ae7c35ae5d6522311cca2591d861f5335..4ea6202972768da6e24ceca018132bff5a20f55a 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1364,7
+1364,7
@@
Return t if the file exists and loads successfully. */)
{
Lisp_Object msg_file;
msg_file = Fsubstring (found, make_fixnum (0), make_fixnum (-1));
- message_with_string ("Source file `%s' newer than byte-compiled file",
+ message_with_string ("Source file `%s' newer than byte-compiled file
; using older file
",
msg_file, 1);
}
}